type github.com/jackc/pgx/v5/pgtype.wrapInt64EncodePlan

4 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		pgtype.go#L1470: 		return &wrapInt64EncodePlan{}, int64Wrapper(value), true
		pgtype.go#L1546: type wrapInt64EncodePlan struct {
		pgtype.go#L1550: func (plan *wrapInt64EncodePlan) SetNext(next EncodePlan) { plan.next = next }
		pgtype.go#L1552: func (plan *wrapInt64EncodePlan) Encode(value any, buf []byte) (newBuf []byte, err error) {